1   /*
2    * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
3    * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4    *
5    * This code is free software; you can redistribute it and/or modify it
6    * under the terms of the GNU General Public License version 2 only, as
7    * published by the Free Software Foundation.  Oracle designates this
8    * particular file as subject to the "Classpath" exception as provided
9    * by Oracle in the LICENSE file that accompanied this code.
10   *
11   * This code is distributed in the hope that it will be useful, but WITHOUT
12   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14   * version 2 for more details (a copy is included in the LICENSE file that
15   * accompanied this code).
16   *
17   * You should have received a copy of the GNU General Public License version
18   * 2 along with this work; if not, write to the Free Software Foundation,
19   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20   *
21   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22   * or visit www.oracle.com if you need additional information or have any
23   * questions.
24   */
25  
26  /*
27   */
28  
29  /*
30   * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
31   * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
32   *
33   * The original version of this source code and documentation
34   * is copyrighted and owned by Taligent, Inc., a wholly-owned
35   * subsidiary of IBM. These materials are provided under terms
36   * of a License Agreement between Taligent and Sun. This technology
37   * is protected by multiple US and International patents.
38   *
39   * This notice and attribution to Taligent may not be removed.
40   * Taligent is a registered trademark of Taligent, Inc.
41   *
42   */
43  
44  package sun.text.resources;
45  
46  import java.util.ListResourceBundle;
47  
48  public class CollationData_mk extends ListResourceBundle {
49  
50      protected final Object[][] getContents() {
51          return new Object[][] {
52               { "Rule",
53                  /* for mk, default plus the following */
54  
55                "& 9 < \u0482 " +       // thousand sign
56                "& Z " +                // Arabic script sorts after Z's
57                "< \u0430 , \u0410" +   // a
58                "< \u0431 , \u0411" +   // be
59                "< \u0432 , \u0412" +   // ve
60                "< \u0433 , \u0413" +   // ghe
61                "; \u0491 , \u0490" +   // ghe-upturn
62                "; \u0495 , \u0494" +   // ghe-mid-hook
63                "; \u0453 , \u0403" +   // gje
64                "; \u0493 , \u0492" +   // ghe-stroke
65                "< \u0434 , \u0414" +   // de
66                "< \u0452 , \u0402" +   // dje
67                "< \u0435 , \u0415" +   // ie
68                "; \u04bd , \u04bc" +   // che
69                "; \u0451 , \u0401" +   // io
70                "; \u04bf , \u04be" +   // che-descender
71                "< \u0454 , \u0404" +   // uk ie
72                "< \u0436 , \u0416" +   // zhe
73                "; \u0497 , \u0496" +   // zhe-descender
74                "; \u04c2 , \u04c1" +   // zhe-breve
75                "< \u0437 , \u0417" +   // ze
76                "; \u0499 , \u0498" +   // zh-descender
77                "< \u0455 , \u0405" +   // dze
78                "< \u0438 , \u0418" +   // i
79                "< \u0456 , \u0406" +   // uk/bg i
80                "; \u04c0 " +           // palochka
81                "< \u0457 , \u0407" +   // uk yi
82                "< \u0439 , \u0419" +   // short i
83                "< \u0458 , \u0408" +   // je
84                "< \u043a , \u041a" +   // ka
85                "; \u049f , \u049e" +   // ka-stroke
86                "; \u04c4 , \u04c3" +   // ka-hook
87                "; \u049d , \u049c" +   // ka-vt-stroke
88                "; \u04a1 , \u04a0" +   // bashkir-ka
89                "; \u045c , \u040c" +   // kje
90                "; \u049b , \u049a" +   // ka-descender
91                "< \u043b , \u041b" +   // el
92                "< \u0459 , \u0409" +   // lje
93                "< \u043c , \u041c" +   // em
94                "< \u043d , \u041d" +   // en
95                "; \u0463 " +           // yat
96                "; \u04a3 , \u04a2" +   // en-descender
97                "; \u04a5 , \u04a4" +   // en-ghe
98                "; \u04bb , \u04ba" +   // shha
99                "; \u04c8 , \u04c7" +   // en-hook
100               "< \u045a , \u040a" +   // nje
101               "< \u043e , \u041e" +   // o
102               "; \u04a9 , \u04a8" +   // ha
103               "< \u043f , \u041f" +   // pe
104               "; \u04a7 , \u04a6" +   // pe-mid-hook
105               "< \u0440 , \u0420" +   // er
106               "< \u0441 , \u0421" +   // es
107               "; \u04ab , \u04aa" +   // es-descender
108               "< \u0442 , \u0422" +   // te
109               "; \u04ad , \u04ac" +   // te-descender
110               "< \u045b , \u040b" +   // tshe
111               "< \u0443 , \u0423" +   // u
112               "; \u04af , \u04ae" +   // straight u
113               "< \u045e , \u040e" +   // short u
114               "< \u04b1 , \u04b0" +   // straight u-stroke
115               "< \u0444 , \u0424" +   // ef
116               "< \u0445 , \u0425" +   // ha
117               "; \u04b3 , \u04b2" +   // ha-descender
118               "< \u0446 , \u0426" +   // tse
119               "; \u04b5 , \u04b4" +   // te tse
120               "< \u0447 , \u0427" +   // che
121               "; \u04b7 ; \u04b6" +   // che-descender
122               "; \u04b9 , \u04b8" +   // che-vt-stroke
123               "; \u04cc , \u04cb" +   // che
124               "< \u045f , \u040f" +   // dzhe
125               "< \u0448 , \u0428" +   // sha
126               "< \u0449 , \u0429" +   // shcha
127               "< \u044a , \u042a" +   // hard sign
128               "< \u044b , \u042b" +   // yeru
129               "< \u044c , \u042c" +   // soft sign
130               "< \u044d , \u042d" +   // e
131               "< \u044e , \u042e" +   // yu
132               "< \u044f , \u042f" +   // ya
133               "< \u0461 , \u0460" +   // omega
134               "< \u0462 " +           // yat
135               "< \u0465 , \u0464" +   // iotified e
136               "< \u0467 , \u0466" +   // little yus
137               "< \u0469 , \u0468" +   // iotified little yus
138               "< \u046b , \u046a" +   // big yus
139               "< \u046d , \u046c" +   // iotified big yus
140               "< \u046f , \u046e" +   // ksi
141               "< \u0471 , \u0470" +   // psi
142               "< \u0473 , \u0472" +   // fita
143               "< \u0475 , \u0474" +   // izhitsa
144               "; \u0477 , \u0476" +   // izhitsa-double-grave
145               "< \u0479 , \u0478" +   // uk
146               "< \u047b , \u047a" +   // round omega
147               "< \u047d , \u047c" +   // omega-titlo
148               "< \u047f , \u047e" +   // ot
149               "< \u0481 , \u0480"     // koppa
150             }
151         };
152     }
153 }